home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 248
- Top = 135
- Width = 256
- Height = 174
- Caption = 'TNagScreen Test'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 40
- Top = 8
- Width = 185
- Height = 85
- AutoSize = False
- Caption =
- 'You can either invoke this NagScreen with a button or better yet' +
- ' place it inside your Forms OnCreate or OnShow event handler.'
- WordWrap = True
- end
- object Button1: TButton
- Left = 56
- Top = 100
- Width = 137
- Height = 33
- Caption = 'Invoke NagScreen'
- TabOrder = 0
- OnClick = Button1Click
- end
- object NagScreen: TNagScreen
- Left = 4
- Top = 112
- end
- end
-